Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Aug 5, 2025

This PR contains the following updates:

Package Change Age Confidence
@ai-sdk/anthropic (source) ^1.2.12 -> ^2.0.0 age confidence

Release Notes

vercel/ai (@​ai-sdk/anthropic)

v2.0.47

Compare Source

Patch Changes
  • 99e2a2a: feat(provider/openai): support file and image tool results

v2.0.45

Compare Source

Patch Changes
  • 54b7c08: fix(provider/anthropic): clamp temperature to valid 0-1 range with warnings

v2.0.44

Compare Source

Patch Changes
  • ai@​5.0.44

v2.0.43

Compare Source

Patch Changes

v2.0.42

Compare Source

Patch Changes
  • b60216b: Change streamText loop to merge file part processing into main parts loop

v2.0.41

Compare Source

Patch Changes
  • 3438163: add gemini-3-pro-preview and gemini-3-pro-image-preview model IDs

v2.0.40

Compare Source

Patch Changes
  • 733c6b3: feat(provider/google): Add support for the imageSize provider option

v2.0.39

Compare Source

Patch Changes
  • c89268c: fix(provider/google): preserve thoughtSignature through tool execution

v2.0.38

Compare Source

Patch Changes
  • 42a6339: feat(google): thinking_level option for Gemini 3

v2.0.37

Compare Source

Patch Changes
  • 6de29ca: Prepare search tool for gemini-3-pro-preview

v2.0.36

Compare Source

Patch Changes
  • 9df7698: fix(provider/google): remove includethoughts warning

v2.0.35

Compare Source

Patch Changes
  • f641e1b: fix: update gemini 3 model id

v2.0.34

Compare Source

Patch Changes
  • 9a66892: Add Google Vertex RAG Engine grounding provider tool

v2.0.33

Compare Source

Patch Changes
  • 30a7d54: Improve error message when mixing function tools with provider-defined tools to clarify fallback behavior and list ignored function tools

v2.0.32

Compare Source

Patch Changes
  • 1cf857d: fix(provider/openai): remove provider-executed tools from chat completions model
  • 01de47f: feat(provider/openai): rework file search tool

v2.0.31

Compare Source

Patch Changes
  • bb94467: feat(provider/openai): add maxToolCalls provider option
  • 4a2b70e: feat(provider/openai): send item references for provider-executed tool results
  • 643711d: feat (provider/openai): provider defined image generation tool support

v2.0.30

Compare Source

Patch Changes

v2.0.29

Compare Source

Patch Changes
  • 4235eb3: feat(provider/openai): code interpreter tool calls and results

v2.0.28

Compare Source

Patch Changes
  • 4c2bb77: fix (provider/openai): send sources action as include
  • 561e8b0: fix (provider/openai): fix code interpreter tool in doGenerate

v2.0.27

Compare Source

Patch Changes
  • 2338c79: feat (provider/openai): add jsdoc for openai tools

v2.0.26

Compare Source

Patch Changes
  • 5819aec: fix (provider/openai): only send tool calls finish reason for tools that are not provider-executed
  • af8c6bb: feat (provider/openai): add web_search tool

v2.0.25

Compare Source

Patch Changes
  • fb45ade: fix timestamp granularities support for openai transcription

v2.0.24

Compare Source

Patch Changes

v2.0.23

Compare Source

Patch Changes
  • 8a1d648: Fix adding google search along with url context in vertex ai

v2.0.22

Compare Source

Patch Changes
  • f8da995: The mediaResolution option has been added and is now passed to the Google API.

v2.0.21

Compare Source

Patch Changes
  • 53f53c1: Support imageConfig.aspectRatio configuration for Gemini models

v2.0.20

Compare Source

Patch Changes

v2.0.19

Compare Source

Patch Changes
  • a107843: fix(provider/google): lazy schema loading

    import time improved by 12.5% (22.3ms ➡️ 19.5ms)

v2.0.18

Compare Source

Patch Changes

v2.0.17

Compare Source

Patch Changes

v2.0.16

Compare Source

Patch Changes

v2.0.15

Compare Source

Patch Changes

v2.0.14

Compare Source

Patch Changes
  • Updated dependencies [7729e32]
    • ai@​5.0.14

v2.0.13

Compare Source

Patch Changes
  • Updated dependencies [a7b2e66]
  • Updated dependencies [9bed210]
    • ai@​5.0.13

v2.0.12

Compare Source

Patch Changes

v2.0.11

Compare Source

Patch Changes

v2.0.10

Compare Source

Patch Changes
  • Updated dependencies [63a5dc5]
    • ai@​5.0.10

v2.0.9

Compare Source

Patch Changes
  • 8f8a521: fix(providers): use convertToBase64 for Uint8Array image parts to produce valid data URLs; keep mediaType normalization and URL passthrough

v2.0.8

Compare Source

Patch Changes

v2.0.7

Compare Source

Patch Changes
  • 4738f18: feat(openai): add flex processing support for gpt-5 models
  • 013d747: feat(openai): add verbosity parameter support for responses api
  • 35feee8: feat(openai): add priority processing support for gpt-5 models

v2.0.6

Compare Source

Patch Changes
  • ad2255f: chore(docs): added gpt 5 models + removed deprecated models
  • 64bcb66: feat(provider/openai): models ids on chat
  • 1d42ff2: feat(provider/openai): models ids

v2.0.5

Compare Source

Patch Changes

v2.0.4

Compare Source

Patch Changes

v2.0.3

Compare Source

Patch Changes

v2.0.2

Compare Source

Patch Changes

v2.0.1

Compare Source

Patch Changes
  • Updated dependencies [4d0c108]
    • ai@​5.0.1

v2.0.0

Compare Source

Major Changes
  • d5f588f: AI SDK 5

  • 516be5b: ### Move Image Model Settings into generate options

    Image Models no longer have settings. Instead, maxImagesPerCall can be passed directly to generateImage(). All other image settings can be passed to providerOptions[provider].

    Before

    await generateImage({
      model: luma.image('photon-flash-1', {
        maxImagesPerCall: 5,
        pollIntervalMillis: 500,
      }),
      prompt,
      n: 10,
    });

    After

    await generateImage({
      model: luma.image('photon-flash-1'),
      prompt,
      n: 10,
      maxImagesPerCall: 5,
      providerOptions: {
        luma: { pollIntervalMillis: 5 },
      },
    });

    Pull Request: #​6180

Patch Changes

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@coderabbitai
Copy link

coderabbitai bot commented Aug 5, 2025

Important

Review skipped

Bot user detected.

To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.


Comment @coderabbitai help to get the list of available commands and usage tips.

@renovate renovate bot force-pushed the renovate/ai-sdk-anthropic-2.x branch 2 times, most recently from b58a125 to bf23502 Compare August 15, 2025 23:58
@renovate renovate bot force-pushed the renovate/ai-sdk-anthropic-2.x branch from bf23502 to 33a157b Compare August 23, 2025 03:54
@renovate renovate bot force-pushed the renovate/ai-sdk-anthropic-2.x branch 3 times, most recently from 2e24490 to 75530cb Compare September 4, 2025 22:29
@renovate renovate bot force-pushed the renovate/ai-sdk-anthropic-2.x branch 3 times, most recently from 4eea834 to 14fd7ec Compare September 14, 2025 15:45
@renovate renovate bot force-pushed the renovate/ai-sdk-anthropic-2.x branch from 14fd7ec to 438124c Compare September 16, 2025 20:19
@renovate renovate bot force-pushed the renovate/ai-sdk-anthropic-2.x branch 3 times, most recently from d7cf909 to 58a391f Compare September 29, 2025 19:44
@renovate renovate bot force-pushed the renovate/ai-sdk-anthropic-2.x branch from 58a391f to 79483a9 Compare October 2, 2025 12:05
@renovate renovate bot force-pushed the renovate/ai-sdk-anthropic-2.x branch 3 times, most recently from 36c4f20 to ba6f8e0 Compare October 16, 2025 03:28
@renovate renovate bot force-pushed the renovate/ai-sdk-anthropic-2.x branch 3 times, most recently from 1f12904 to 1a9e6cd Compare October 21, 2025 07:14
@renovate renovate bot force-pushed the renovate/ai-sdk-anthropic-2.x branch 2 times, most recently from d9feaad to c7d6e18 Compare November 1, 2025 08:15
@renovate renovate bot force-pushed the renovate/ai-sdk-anthropic-2.x branch from c7d6e18 to 657b23e Compare November 8, 2025 08:08
@renovate renovate bot force-pushed the renovate/ai-sdk-anthropic-2.x branch 2 times, most recently from 778357f to 0838293 Compare November 19, 2025 03:37
@renovate renovate bot force-pushed the renovate/ai-sdk-anthropic-2.x branch from 0838293 to 9d709a2 Compare November 25, 2025 07:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant